This is a template used to create an HTTP test method for Ktor 2.x.x in a JUnit 4 test class.
Predefined variables will take the following values:
${NAME}   Name of the created method
${HTTP_METHOD}   HTTP method being used (GET, POST, etc.)
${ROUTE}   Route, relative to the current service, that needs to be tested
${CONFIGURE_SERVER}   A route extension method that configures a routing tree for a server part that needs to be tested
${BODY}   Generated method body